object AstuceFrm: TAstuceFrm Left = 200 Top = 108 BorderIcons = [biSystemMenu] BorderStyle = bsSingle ClientHeight = 231 ClientWidth = 344 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = True Position = poMainFormCenter OnClose = FormClose OnCreate = FormCreate OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object pnlBack: TPanel Left = 0 Top = 0 Width = 344 Height = 231 Align = alClient BorderStyle = bsSingle TabOrder = 0 object Bevel: TBevel Left = 10 Top = 10 Width = 240 Height = 194 end object Shape: TShape Left = 18 Top = 18 Width = 224 Height = 178 end object lblText: TLabel Left = 30 Top = 64 Width = 200 Height = 118 AutoSize = False Color = clWhite Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentColor = False ParentFont = False WordWrap = True end object ImgLight: TImage Left = 32 Top = 28 Width = 31 Height = 31 AutoSize = True Picture.Data = {} end object LblTitle: TLabel Left = 65 Top = 34 Width = 5 Height = 22 Color = clWhite Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -19 Font.Name = 'Times New Roman' Font.Style = [fsBold] ParentColor = False ParentFont = False end object lblHintNum: TLabel Left = 235 Top = 181 Width = 2 Height = 11 Alignment = taRightJustify Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -9 Font.Name = 'Small Fonts' Font.Style = [] ParentFont = False Transparent = True end object BtnOk: TButton Left = 259 Top = 10 Width = 72 Height = 22 Cancel = True Default = True ModalResult = 1 TabOrder = 0 end object BtnNext: TButton Left = 259 Top = 45 Width = 72 Height = 22 Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 1 OnClick = BtnNextClick end object cbShowHint: TCheckBox Left = 10 Top = 208 Width = 239 Height = 16 Checked = True State = cbChecked TabOrder = 3 end object BtnPrevious: TButton Left = 259 Top = 72 Width = 72 Height = 22 Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 2 OnClick = BtnPreviousClick end end end